Class WebmasterTools::Verification::Config
In: lib/webmaster_tools/verification.rb
Parent: Object

A custom config class used to read the values of the config/webmaster_verification.yml file

Methods

Public Class methods

[Source]

   # File lib/webmaster_tools/verification.rb, line 6
6:         def authorized_accounts(engine)
7:           config = YAML.load_file("#{RAILS_ROOT}/config/webmaster_verification.yml")
8:           config[engine.to_s] || []
9:         end

[Validate]